projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38e4fbc
)
Fix a documentation copy-paste error
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 28 Jun 2014 03:53:03 +0000
(23:53 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 28 Jun 2014 03:53:03 +0000
(23:53 -0400)
The color chooser doesn't deal with fonts.
gtk/gtkcolorchooserwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcolorchooserwidget.c
b/gtk/gtkcolorchooserwidget.c
index 5273e17e9938eac367bea95e39f2132d3cc66c18..58e0c6c9cc2639292c7e1b3be8cabb1241c3b97b 100644
(file)
--- a/
gtk/gtkcolorchooserwidget.c
+++ b/
gtk/gtkcolorchooserwidget.c
@@
-50,7
+50,7
@@
* as custom colors.
*
* To change the initially selected color, use gtk_color_chooser_set_rgba().
- * To get the selected
font
use gtk_color_chooser_get_rgba().
+ * To get the selected
color
use gtk_color_chooser_get_rgba().
*
* The #GtkColorChooserWidget is used in the #GtkColorChooserDialog
* to provide a dialog for selecting colors.